Auto merge of #1836 - alexcrichton:fix-nightly, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 26 Jul 2015 17:02:25 +0000 (17:02 +0000)
committerbors <bors@rust-lang.org>
Sun, 26 Jul 2015 17:02:25 +0000 (17:02 +0000)
commit083fa7cf3c65b4d6e894ba4ea3cbf985d8db121c
tree401623cf27c0419dfb8273499a37742c2364a93a
parentb61b5ea9f25a78e6163bc2559980533d3773e6b6
parent60e66b302eb3804bcf76f4dbd8f8b17a0f135d7e
Auto merge of #1836 - alexcrichton:fix-nightly, r=alexcrichton

The lints for C apis were tweaked recently and 0-size structs aren't liked.
These should be empty `enum`s anyway, however, to ensure they're never created.